Component org.nuxeo.runtime.api.DefaultJBossBindings
In bundle org.nuxeo.runtime
Documentation
Default application layout and service bindings for Nuxeo5 on JBoss
Contributions
XML Source
<?xml version="1.0"?>
<component name="org.nuxeo.runtime.api.DefaultJBossBindings" version="1.0.0">
<documentation>
Default application layout and service bindings for Nuxeo5 on JBoss
@author Bogdan Stefanescu (bs@nuxeo.com)
</documentation>
<extension target="org.nuxeo.runtime.api.ServiceManagement" point="servers">
<documentation>
Locator properties (including JNDI properties) are specified using "property" elements
<p/>
To change the prefix and suffix used to generate the service key
you may define the "prefix" and "suffix" properties
<p/>
Service group exposed by a server are declared using the "group" element
<p/>
To specify the default group (the root) use "*"
</documentation>
<server class="org.nuxeo.runtime.api.JBossServiceLocator">
<group>*</group>
</server>
</extension>
</component>